home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update21.zoo / include / sys / diffs next >
Encoding:
Text File  |  1992-06-03  |  456 b   |  28 lines

  1. *** 1.1    1991/12/26 16:25:07
  2. --- timeb.h    1992/06/03 15:25:17
  3. ***************
  4. *** 5,10 ****
  5. --- 5,14 ----
  6.   #include <compiler.h>
  7.   #endif
  8.   
  9. + #ifdef __cplusplus
  10. + extern "C" {
  11. + #endif
  12.   struct timeb {
  13.       long        time;        /* seconds since Jan 1., 1970 */
  14.       short        millitm;    /* milliseconds since "time" */
  15. ***************
  16. *** 13,17 ****
  17. --- 17,25 ----
  18.   };
  19.   
  20.   __EXTERN int    ftime    __PROTO((struct timeb *));
  21. + #ifdef __cplusplus
  22. + }
  23. + #endif
  24.   
  25.   #endif
  26.